Welcome![Sign In][Sign Up]
Location:
Search - opengl lesson

Search list

[OpenGL programLesson04

Description: 本代码是学习OpenGL的实例教程NEHE的源代码第四课,NEHE是学习OpenGL的非常好的一本书,值得借鉴-This code is an instance of OpenGL tutorials to learn the source code NEHE fourth lesson, NEHE to learn OpenGL, a very good book, worth learning from
Platform: | Size: 1238016 | Author: | Hits:

[OpenGL programLesson05

Description: 本代码是学习OpenGL的实例教程NEHE的源代码第五课,NEHE是学习OpenGL的非常好的一本书,值得借鉴-This code is an instance of OpenGL tutorials to learn the source code NEHE fifth lesson, NEHE to learn OpenGL, a very good book, worth learning from
Platform: | Size: 1239040 | Author: | Hits:

[OpenGL programLesson01

Description: NEHE教程第一课源代码---创建一个OpenGL窗口-NEHE tutorial--- the first lesson the source code to create an OpenGL window
Platform: | Size: 22528 | Author: 刘强 | Hits:

[OpenGL programJOGLLesson02ExamplePrimitivesWithGLUT

Description: The Java JOGL OpenGL binding using Netbeans. Lesson 2: The second lesson deals with the production of geometric primitives with GLU and GLUT. Credit goes to http://www.jogl.info
Platform: | Size: 1091584 | Author: Kamran Ali | Hits:

[OpenGL programJOGLLesson03Lighting

Description: The Java JOGL OpenGL binding using Netbeans. Lesson 3: The third lesson we learn about the lights.We treat different types of lights and how to generate one. Then we use this to our scene to light. Credit goes to http://www.jogl.info
Platform: | Size: 1089536 | Author: Kamran Ali | Hits:

[OpenGL programopenglwindows

Description: opengl在窗口的应用,opengl在窗口的应用-Lesson 01 Setting Up OpenGL in Windows
Platform: | Size: 52224 | Author: Lemon | Hits:

[OpenGL programLesson07

Description: 学习OpenGL的经典书籍,nehe第七课的源代码,纹理滤波, 光照和键盘控制的相关内容,相信会对学习OpenGL的有帮助-To learn OpenGL, classic books, nehe seventh lesson' s source code, texture filtering, lighting and keyboard control, relevant content, I believe would be helpful to learn OpenGL,
Platform: | Size: 1361920 | Author: | Hits:

[OS programlesson02

Description: nehe opengl源程序,第二课,介绍简单的opengl绘图功能-code of nehe s lesson 2
Platform: | Size: 2087936 | Author: xinjing | Hits:

[VC/MFCNehe_OpenGL

Description: Nehe Sample是学习Opengl很好的示例! 共有48课 附带的pdf文件是程序的详细说明,如果Win32基础不好的话,看第一课还是有点困难的,坚持过去,多花点时间,渐渐的就明朗了!-Nehe Sample is a good example to learn Opengl! A total of 48 classes attached pdf file is a detailed description of procedures, if the Win32-based is not good, look at the first lesson is still a bit difficult to adhere to the past, more time, and gradually, in the clear!
Platform: | Size: 18692096 | Author: perfy yang | Hits:

[OpenGL programLesson01

Description: 第一课的内容有些简单,但这是NeHe几乎所有的OpenGl例程的框架。他有太废话,但看看不会错的-Content of some of the first lesson is simple, but it is almost all NeHe OpenGl routines framework. He has too much crap, but look at can not be wrong
Platform: | Size: 1386496 | Author: wangwei | Hits:

[OpenGL programlesson25.tar

Description: Lesson to learn about OpenGL (morph)
Platform: | Size: 12288 | Author: tofa | Hits:

[Other Gameslesson06

Description: NEHE LESSON 6, an introduction to opengl technollogies they are very good and can be found at nehe.gamedev.com
Platform: | Size: 26624 | Author: hallinan | Hits:

[OpenGL programlesson01

Description: 创建一个OpenGL窗口: 在这个教程里,我将教你在Windows环境中创建OpenGL程序.它将显示一个空的OpenGL窗口,可以在窗口和全屏模式下切换,按ESC退出.它是我们以后应用程序的框架.-Port of the NeHe OpenGL Tutorial (Lesson 1) to Java using the Jogl interface to OpenGL.
Platform: | Size: 3072 | Author: sh | Hits:

[OpenGL programlesson02

Description: 在第一个教程的基础上,我们添加了一个三角形和一个四边形。也许你认为这很简单,但你已经迈出了一大步,要知道任何在OpenGL中绘制的模型都会被分解为这两种简单的图形。-Port of the NeHe OpenGL Tutorial (Lesson 2) to Java using the Jogl interface to OpenGL.
Platform: | Size: 3072 | Author: sh | Hits:

[OpenGL programlesson03

Description: 添加颜色: 作为第二课的扩展,我将叫你如何使用颜色。你将理解两种着色模式,在左图中,三角形用的是光滑着色,四边形用的是平面着色。 -Port of the NeHe OpenGL Tutorial (Lesson 3: Colors) to Java using the Jogl interface to OpenGL.
Platform: | Size: 4096 | Author: sh | Hits:

[OpenGL programlesson09

Description: 3D空间中移动图像: 你想知道如何在3D空间中移动物体,你想知道如何在屏幕上绘制一个图像,而让图像的背景色变为透明,你希望有一个简单的动画。这一课将教会你所有的一切。前面的课程涵盖了基础的OpenGL,每一课都是在前一课的基础上创建的。这一课是前面几课知识的综合,当你学习这课时,请确保你已经掌握了前面几课的知识。 -3D space in moving images: Do you want to know how to move objects in 3D space, you want to know how to draw an image on the screen, and let the image of the background color is transparent, you want a simple animation. This lesson will teach you everything. The course covers the foundation in front of the OpenGL, each lesson is based on the previous lesson was created. This course is a comprehensive knowledge of the previous lesson, when you learn these lessons, make sure you have mastered the knowledge of the previous lesson.
Platform: | Size: 8192 | Author: sh | Hits:

[OpenGL programlesson01

Description: OPEnEL nehe lesson nehe的OPENGl教学程序-OPEnEL nehe lesson
Platform: | Size: 1827840 | Author: nehe | Hits:

[OpenGL programLesson02

Description: 你的第一个多边形: 在第一个教程的基础上,我们添加了一个三角形和一个四边形。也许你认为这很简单,但你已经迈出了一大步,要知道任何在OpenGL中绘制的模型都会被分解为这两种简单的图形。 读完了这一课,你会学到如何在空间放置模型,并且会知道深度缓存的概念。 -Your first polygon: a tutorial in the first basis, we add a triangle and a quadrilateral. Perhaps you think this is very simple, but you have taken a big step, to know of any model in OpenGL drawing will be broken down into two simple graphics. After reading this lesson you will learn how to place the model in space, and will know the depth of the cache concept.
Platform: | Size: 3668992 | Author: wowo | Hits:

[OpenGL programTouzi

Description: 本程序是依据网上流传的nehe opengl 教程中第七课的实例进行功能加强的。 保持了源程序的光照(由L键控制),纹理和视角旋转变化(方向键和上下翻建),并贴了六个图,分别表示骰子的六个面。 增加了由回车键控制骰子开始旋转,空格键控制旋转结束。主要算法是利用rand()函数功能,对6取余,得到0—5的随机数, 利用switch语句,把骰子的任意一个面旋转到视口上,以此来实现骰子功能。-This procedure is based on the popular online nehe OpenGL tutorial lesson seventh examples are enhanced. Maintain a source of light (by the L key control ), texture and angle of rotation changes ( the direction key and the upper and lower renovation ), and posted a six chart, respectively, said six surfaces of the dice. Increased by the Enter key control dice begins to rotate, the blank space key control the rotating end. The main algorithm is to use rand ( ) function, on the 6 to take over, get 0- 5 of the random number, Using the switch statement, dice and any surface of rotation to the viewport, so as to realize the function of dice
Platform: | Size: 1372160 | Author: yang yz | Hits:

[OpenGL programnehe_lesson2

Description: 用opengl编写的演示小程序,参考nehe第二节,一个圆锥一个立方体旋转。-a demo project of opengl,referring to lesson 2 of nehe,a cone of a cube rotating.
Platform: | Size: 351232 | Author: gaohuiyong | Hits:
« 1 2 3 4 5 67 8 »

CodeBus www.codebus.net